Top 12 Brand New HTML Form Mail Tools

1. Wordpress Ajax Contact Form with attachments

featured image

Ajax Contact Form with Attachments and no spam control (drag and drop, reCaptcha, ayah) for Wordpress

The w2 Ajax Contact Form for Wordpress is a complete solution to create ajax contact form in Wordpress. You can easily create (Full HTML edition) your own forms HTML templates (add or remove fields) and your own themes CSS.The plugin include features to solve theme conflict (Global Settings section), so if there is a theme conflict and you want to buy the plugin you can contact the technical support (send the url of the page where the form is displaying) to know the right configuration of the Global Settings section to solve theme conflict.Possibility to specify different translation file for each form (usefull to use several auto-reponder message).Possibility to add fields value in the auto-responder message (just use shortcode [field_name] in the content of the mail responder message).New HTML form template with HTML5 attribute placeholder. In automatic mode the form will use the language of your wordpress.Possibility to update the jQuery contact form plugin translation text for “en” and “en_US” language in the file “js/w2_contact_form/localization/message_en. This system prevents unwanted form data loss when user un-active the plugin. Example you can apply a fade out to the form after success submission.Automatic reloading of AYAH after form submission.Possibility to use PHP code in HTML source code editor when you integrate the form via PHP hard code (feature only available for PHP hard code integration).Possibility to create mail subject template by including existing form fields value. Example: Message from [firstname] [lastname] [mail]

Make a copy of your HTML forms source code if you need to keep them.New feature to integrate a form by form email using PHP hard code (directly in your theme files).7 you need to change the HTML class selector class=”shadow” to class=”w2_shadow” for each element of your forms.You can add your own custom file field in your form.Fix bug for fields setting configuration when the form have 0 required field.New feature to include several form in the same page.New feature to auto-configure the fields settings section by checking the HTML elements of the form with jquery.New method to create your own HTML template for the mail body message.Fix encodage bug for utf_8 content in the mail message to accept all type of character.New selection page feature to display the form in different type of page (page, post, portfolio, products).Possibility to specify the label for the field value in the body mail message.Multi-selection page feature (to display the same form in several pages).You can create your own HTML template files and automatically add them to your lists of template in the form editor.You can create your own CSS theme and automatically add them to your lists of Theme in the form editor.Email message accepts HTML content (configurable).PHP Script based on the online form builder Zend Framework Components Mail, Mime and Translate. <tuv xml:lang="fr"><seg><![CDATA[Votre e-mail a été envoyé à notre équipe]]></seg></tuv>

<tuv xml:lang="de"><seg><![CDATA[Ihre Mail wurde an unser Team geschickt worden]]></seg></tuv>

<tuv xml:lang="fr"><seg><![CDATA[Votre e-mail a été envoyé à notre équipe. <tuv xml:lang="de"><seg><![CDATA[Ihre Mail wurde an unser Team geschickt worden. <tuv xml:lang="de"><seg><![CDATA[Ihre E-Mail wurde abgeschickt]]></seg></tuv>

<tuv xml:lang="de"><seg><![CDATA[Ihre E-Mail wurde nicht gesendet]]></seg></tuv>

More Details

2. Formoid

Formoid

Formoid makes creating beautiful web forms a cinch and a joy. With a no-coding drag-n-drop GUI, trendy Flat, Metro, Bootstrap form themes, pure css styled, responsive, retina-ready form elements, as-you-type validation, anti-spam captcha - Formoid is a just incredible form tool!

Modern Metro, Flat, Bootstrap form themes with fancy color schemes.

Pure CSS radios, checkboxes, selects, file upload, date picker, tooltips, and even google captcha!

All form elements look brilliantly on high resolution displays and devices.

Fully optimized to work on desktops, mobiles, and tablets.

More Details

3. Advance Ajax Contact Form

featured image

Advanced Contact Form is an AJAX based application which provides you with a simple code to embed the contact form 7 thank you page to your existing website. It also provides an inbuilt feature to sends well formatted HTML email to the requested contact as well as notifies the same to the admin of the application through a mail. One line to display contact form anywhere using PHP :/>

More Details

4. Essential Bootstrap Form Pack

featured image

Mammothology Essential Bootstrap Form Pack:

Working contact form using PHP mail

Ajax payment form with verification and loading icon

Subscription billing form example

Data sorting form with jQuery carousel example to sort and filter by date, number and string

Address input form and pricing tables example too

Unzip form pack to your root webserver folder

Create a database using the included SQL file which will store all form input

For the single payment form: http://example. For the subscription payment form: http://example.

More Details

5. Ajax Contact Form with attachments

featured image

Ajax Contact Form with Attachments and no spam control (drag and drop, reCaptcha, ayah)

The w2 Ajax Contact Form is a complete solution to create ajax contact form. You can easily create your own forms HTML templates and your own themes CSS.Possibility to add fields value in the auto-responder message (just use shortcode [field_name] in the content of the mail responder message).New HTML form template with HTML5 attribute placeholder.Adding the HTML attributes enctype=”multipart/form-data” for form element in examples.Automatic reloading of AYAH after form submission.Body mail message display breakline (for Textarea fields value).You can add your own custom file field in your form.New method to create your own HTML template for the mail body message.Fix encodage bug for utf_8 content in the mail message to accept all type of character.code source form editor (included in download package).Easy to configure (html, css, javascript, php).Email message accepts HTML content (configurable).You can use multiple instance of form in the same page.PHP Script based on the HTML form builder open source Zend Framework Components Mail, Mime and Translate.//Initialisation of the form

resetForm: true, //Spcifie if reset form after submit (true / false)

reCaptchaId: 'recaptcha', //Specifie an unqiue ID for HTML element where reCaptcha will be integrated (just specifie the ID do not create the element in the form)

showBtnSend: false, //Specifie if the btn send is visible when loading form when No Spam Control is activate (true / false)

//if you need to redefine some parameters (example: if you have several contact form in your web site)

If you don't specifie email sender the email used to send the mail will be the user mail (who submit the form)

$contact->setMailRecipient(array('1' => 'youremail@mail.net', '2' => 'youremail2@mail. //Specifies the required fields for the form validation. $contact->setRequiredFields(array('recipient', 'mail', 'subject', 'message'));

//Specifies the fields for adding them in the mail body message - if you don't specifie field all the fields will be automatically added to the mail body message

$contact->setBodyMessageFields('<p>E-mail: [mail]</p><p>Version: [version]</p><p>Phone: [phone]</p><p>Date of Birth: [datebirth]</p><p>Country: [country]</p><p>Web site: [website]</p><p>Message: [message]</p>');

//Specifies the subject of the email if you don't use subject field in your form

//Specifies the fields need HTML encodage (example: textarea)

//Specifies if HTML tags is accepted in the email message (for the textarea form element)

//Specifies if the email HTML form is encoded in utf_8

//Specifies the minimum and the maximum time between submission of the form (in seconds)

//Specifies if you want to use recaptcha for data validation form PHP

//Specifies if you want to use AYAH for form validation HTML

<tuv xml:lang="fr"><seg><![CDATA[Votre e-mail a été envoyé à notre équipe]]></seg></tuv>

<tuv xml:lang="de"><seg><![CDATA[Ihre Mail wurde an unser Team geschickt worden]]></seg></tuv>

<tuv xml:lang="fr"><seg><![CDATA[Votre e-mail a été envoyé à notre équipe. <tuv xml:lang="de"><seg><![CDATA[Ihre Mail wurde an unser Team geschickt worden. <tuv xml:lang="de"><seg><![CDATA[Ihre E-Mail wurde abgeschickt]]></seg></tuv>

<tuv xml:lang="de"><seg><![CDATA[Ihre E-Mail wurde nicht gesendet]]></seg></tuv>

More Details

6. AJAX Form Pro LITE: No MySQL Required

featured image

NOTE If you need a feature that is not within the current ones, write me on private (use the right-side “Contact Form” from my profile page) about it and I might be able to help you

The current Live Preview is from the full version of ajax form validation PHP Pro which has a Control Panel. AJAX Form Pro a professional multi-usage web form meant to enhance the functionality of your website by providing an interactive user experience for your website visitors that need to reach you, whether they need to send a feedback, share their opinion regarding your website, fill a survey or even make a room reservation online. The script can be practically used to create any type of ajaxified, yet secure form that collects data and sends it to your email inbox including but not limited to:

Contact/Feedback Form

Support Form

Customer Survey Form

Online Product Order Form

Event Registration Form

Employment Form

Make a Room Reservation form builder online

Send Testimonial Form

Gift Order Form

Some of the features you get with jQuery post ajax form data Pro:

Each form has its own configuration file. For instance, you can enable the CAPTCHA for a form, while you can disable it for another form.This makes the form completion process interactive. The errors show/hide while the user fills the form. If this feature is disabled, then all the errors will show above the form once the user clicks the submit button. Clone Form

It can be useful if you have a multilingual website and you want to have a form in more than one language

Send Mail with Attachments

You can either receive the links to the uploaded files or the actual attachments to the mail message. This ‘file attachment’ feature is also available if you use the contact form jQuery inside a Lightbox. Fully (CSS & HTML ) Customizable: Supports any form element

Easily add/remove fields, change notifications, customize the mail settings. This way, you can create more complex web forms and surveys without editing any HTML code. Turns into a simple PHP contact form Form if JavaScript is disabled

Is the visitor in that 3% of people that have JS disabled? No worries! The form degrades gracefully into a basic non-AJAX PHP Contact Form.Display the form in a Mac-style ‘lightbox’ that floats overtop of web page. Modal Form with Sliding Transition (Left & Top)

Send mails using either mail() function or through SMTP

Besides the basic mail() function, you can use the SMTP method to send the mail. Easily send mail to multiple recipients/webmasters

You have the option to set as many recipients you want to get the mail that is sent through the forms. Each form has its recipients. For instance, one can be set to send the form information to the Marketing Department while other can be set to send the information to the Billing Department. HTML Code Separated from the lightbox jQuery download

The script is powered by the Smarty template which is meant to ease the process of web design by separating the (logic) PHP Code from the (output) HTML code. Beside the fact that things are kept clean, it is also easier for you to make changes to the HTML structure without touching the PHP code.3 Layouts Available: ‘Left’ and ‘Right’ Justified Horizontal Labels, Vertical Labels, In-Field Labels + You have the option to create custom templates for each form (if you wish to customize them in depth)

The e-mail templates (message, subject) are customizable

Set a custom subject for the mail that you receive if the subject field is removed

‘Send me a copy of the mail’ feature: if activated, the user receives exactly the same mail as you get. The admin interface is intuitive and you can snap off a form in a few minutes. I can’t say enough about this form.

More Details

7. jQuery Contact Tabs

featured image

A jQuery form login PHP generator for creating unlimited slide-out or static contact tabs containing AJAX powered customised forms. Plugin includes 12 different form elements and client-side validation. Add multiple tabs, each with its own custom form or use the built-in default standard contact form. All form HTML and styling generated by the plugin.Available Form Elements

URL field for including URL of page where form was submitted

Create custom forms with 12 different form elements

Submit form via AJAX

Includes validation options for email form

Includes sample PHP file for wordpress contact form not sending email via HTML form mail or SMTP (using PHP SMTPClient class)

Default contact form very easy to use – just add a single div tag to your web page & initialize the plugin!

Multiple examples including configurable demo and form samples.

More Details

8. CSS Login & Register Form with jQuery Validation

featured image

Clean and usable login & register form is for every developer. It’s very fast CSS form with jQuery validation.- E-mail format validation

html

html

html

- form-style.- form-style-ie.

More Details

9. Usernoise modal contact / feedback form

featured image

Then fills the form and clicks “Submit”. Spam bots just do not see Usernoise form.php file and copy a simple piece of code into your HTML page.I do not provide a tech support for non-gmail mail accounts – because in most cases, the configuration is unknown and it is guessing game. It is much more reliable to stick to gmail or contact your mail service administrator for configuration.

More Details

10. NETSA - Contact Upload Zip Mail

featured image

Netsa Contact + Upload + Zip + Mail is a web based application that will create any type on google online forms with the ability to upload attachments, zip them on the server and send the documents and field information onto the desired mail addresses. NEED A FORM CREATING , NO PROBLEM , FOR A SMALL $15.00 (IF YOU ARE IN THE UK ) FEE WE CAN CREATE YOUR UNIQUE FORM . Create any type of online form. Send mails in html format. Add Subject and Body to mail message. Assign predefined mail addresses. New feature: Added file names uploaded are added to mail message.

More Details

11. Form Generator - WordPress Contact Form Builder

featured image

With The Most Powerful WordPress Form Builder Plugin

Have Complete Control On Your Forms Design Without Coding Any HTML Or CSS

Create Your Perfect Form Style

Unlimited Color Palette : each form element can have its own color properties (background, border, font)

Preview And Edit Your Form Directly In form email HTML

What You See In The jQuery UI form builder Is Exactly What You Will Get In Your WordPress page

Build Your Form In Less Than 60 Seconds: take full control of your forms with our effortless drag and drop form builder

Real Time WordPress Form Builder

Your Form Design Will Match Your WordPress Theme instantly

Export Your Form Entries Easily into a CSV file or a text file

Via the export function I can integrate all the e-mail addresses in the MyMail plug-in

Bulletproof Forms : each form includes validation procedures that prevent invalid data and prevent malicious code from being sent to you

Form Cloning For Faster Edition

Easy Edit : each form you create comes with its own configuration and settings

Duplicate any form in one click to save you the trouble of recreating the same form multiple times

Create Any Type Of Form

Form Generator for WordPress can handle every type form you could possibly need :

WordPress Widget Available: insert your form anywhere in your WordPress theme

Popup Mode Available : open your form in a popup

PHP Code Snippets Available : insert your form anywhere in your WordPress template files

All Standard Form Inputs Available :

6 Advanced Form Fields Available

Yes, coding for WordPress is difficult, this is why we wanted this form builder software to be as easy-to-use as possible so that you can focus on your website content instead of PHP and CSS coding. No knowledge of HTML, CSS or PHP is necessary to have it all working properly.No CSS Headaches: use our powerful color palettes and font selector to give any style you want in your form

No PHP Coding Required : each form is created with its own php validation files,you won’t need to code anything to have it working properly

High Quality Code Guaranteed : Form Generator delivers clean HTML coded forms fully compliant with W3C standards

Gorgeous Form Builder

All The Messages Below Are Real Buyer Testimonials About contact form generator wordpress For Wordpress

Form Generator is 100% Compatible With:

More Details

12. Advanced HTML5 Contact Form

featured image

Specify the barebones of a field, and this script will generate all the appropriate HTML tags and such. HTML in your emails

HTML is valid for the emails that you receive in your inbox, generated from this script. Automatically require certain fields before allowing a form to be submitted. Denies repeated form submissions

PHP Mail

Please contact us with any questions you may have via the jQuery contact form on our author profile page.

More Details

13. JQuery CForms Form Generator

featured image

CForms is a validation jQuery plugin to display and manage html forms, validation and ajax communication. All HTML elements have uniqe ids and classes for easy css styling

AJAX form validation

Send mail copy function

Complete login form with php scripts and secure (session based) web page example

Additional text formitem for explanations or other html code beside input elements

If you are not familiar with writing html markup for forms and want to have ajax validated forms with an enhanced css styling capability this form validation HTML is the best one for you. There are only few options to setup and your form will be generated at request time.Additionally you get a complete login script with a login form design HTML code and all necessary php and html files.

More Details